GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-13T07:30:50.6376386+00:00",
"SubmitDate": "2026-05-13T07:30:50.6376386+00:00",
"ReportPeriodStart": "2026-05-13T07:30:50.6376386+00:00",
"ReportPeriodEnd": "2026-05-13T07:30:50.6376386+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99728491-fba3-474b-9e13-1c6add09d0ec",
"Rows": [
{
"ItemId": "3befe602-20e1-43a4-a8a6-32087bea707a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3befe602-20e1-43a4-a8a6-32087bea707a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99728491-fba3-474b-9e13-1c6add09d0ec",
"Rows": [
{
"ItemId": "3befe602-20e1-43a4-a8a6-32087bea707a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3befe602-20e1-43a4-a8a6-32087bea707a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4545b2eb-b031-4529-85f8-74bc89828d05",
"92d25d55-28d3-4120-a233-64ee40df5265"
],
"Approvers": [
"3c9d9b25-cd66-40b9-9f70-67574e0d6564",
"02b138da-1aec-420d-937e-ccea6b064257"
],
"ApprovedBy": "8d2e1cd8-f894-4a27-b40e-9f9fb6c9d98e",
"ApprovalDate": "2026-05-13T07:30:50.6532638+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "aeb67506-a17e-4fba-8f5b-2789932f966f",
"id": "a4427140-fab3-47d5-a450-60f264a859e5",
"ConfigId": "b9daba18-fcbc-42da-9919-2e739cd4be61"
},
{
"GenerationDate": "2026-05-13T07:30:50.6376386+00:00",
"SubmitDate": "2026-05-13T07:30:50.6376386+00:00",
"ReportPeriodStart": "2026-05-13T07:30:50.6376386+00:00",
"ReportPeriodEnd": "2026-05-13T07:30:50.6376386+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99728491-fba3-474b-9e13-1c6add09d0ec",
"Rows": [
{
"ItemId": "3befe602-20e1-43a4-a8a6-32087bea707a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3befe602-20e1-43a4-a8a6-32087bea707a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99728491-fba3-474b-9e13-1c6add09d0ec",
"Rows": [
{
"ItemId": "3befe602-20e1-43a4-a8a6-32087bea707a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3befe602-20e1-43a4-a8a6-32087bea707a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4545b2eb-b031-4529-85f8-74bc89828d05",
"92d25d55-28d3-4120-a233-64ee40df5265"
],
"Approvers": [
"3c9d9b25-cd66-40b9-9f70-67574e0d6564",
"02b138da-1aec-420d-937e-ccea6b064257"
],
"ApprovedBy": "8d2e1cd8-f894-4a27-b40e-9f9fb6c9d98e",
"ApprovalDate": "2026-05-13T07:30:50.6532638+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "aeb67506-a17e-4fba-8f5b-2789932f966f",
"id": "a4427140-fab3-47d5-a450-60f264a859e5",
"ConfigId": "b9daba18-fcbc-42da-9919-2e739cd4be61"
}
]